python_library(
    dependencies=[],
    sources=["{{ cookiecutter.package_name }}/**/*"],
    tags={"lib", "code", "python"},
)
